]> git.neil.brown.name Git - wiggle.git/blob - INSTALL
Wiggle 0.6 - first release
[wiggle.git] / INSTALL
1
2 To build and install wiggle, simply type:
3
4    make install
5
6 This will install /usr/bin/wiggle and /usr/share/man/man1/wiggle.1
7
8 You might like to inspect the Makefile and change
9    OptDbg=-ggdb
10 to something that will compile faster code on your compter, such as
11    OptDbg=-O3 -march=pentium2